home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / TCYBER25 / CYANI.ZIP / CAHELP.PAS < prev    next >
Pascal/Delphi Source File  |  1994-10-20  |  953b  |  39 lines

  1. unit CAHELP;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcAbout                = 12;
  8.   hcAdjustPalette        = 17;
  9.   hcChDirDialog          = 25;
  10.   hcColorDialog          = 26;
  11.   hcDefaultFont          = 18;
  12.   hcDeskTop              = 1;
  13.   hcFile                 = 4;
  14.   hcFileList             = 23;
  15.   hcFileListBuild        = 10;
  16.   hcLoadFile             = 5;
  17.   hcMakeSnip             = 7;
  18.   hcMakeSnipDialog       = 22;
  19.   hcMenu                 = 2;
  20.   hcNewFileList          = 9;
  21.   hcNoContext            = 0;
  22.   hcOColors              = 16;
  23.   hcOptions              = 14;
  24.   hcPaletteDialog        = 19;
  25.   hcPCXWindow            = 21;
  26.   hcPlaySnip             = 6;
  27.   hcPrevious             = 65318;
  28.   hcSaveFile             = 8;
  29.   hcScreen               = 15;
  30.   hcScreenDialog         = 20;
  31.   hcStatusLine           = 3;
  32.   hcTreeWindow           = 24;
  33.   hcViewDoc              = 11;
  34.   hcWindows              = 13;
  35.  
  36. implementation
  37.  
  38. end.
  39.